Builder

class Builder : GeneratedMessage.Builder<BuilderT> , MeshProtos.HeartbeatOrBuilder

A heartbeat message is sent to the node from the client to keep the connection alive.
This is currently only needed to keep serial connections alive, but can be used by any PhoneAPI.
Protobuf type meshtastic.Heartbeat

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The nonce of the heartbeat message
uint32 nonce = 1;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getNonce(): Int

The nonce of the heartbeat message
uint32 nonce = 1;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(other: Message): MeshProtos.Heartbeat.Builder
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.Heartbeat.Builder
Link copied to clipboard

The nonce of the heartbeat message
uint32 nonce = 1;